From 4e10901e691d0f68dbff54f99e4f85c1b76a4e79 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sat, 22 Jan 2005 10:53:35 +0000 Subject: [PATCH] bitkeeper revision 1.1159.224.8 (41f230af8MIrNZ0j3raPm-vgsd18GA) xcs fix from Yuji Tsuchimoto [nox@hiroshima-u.ac.jp] --- tools/xcs/xcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xcs/xcs.c b/tools/xcs/xcs.c index 785614399f..2577587b07 100644 --- a/tools/xcs/xcs.c +++ b/tools/xcs/xcs.c @@ -96,7 +96,7 @@ static void init_interfaces(void) static control_channel_t *add_interface(u32 dom, int local_port, int remote_port) { - control_channel_t *cc, *oldcc; + control_channel_t *cc=NULL, *oldcc; int ret; if (cc_list[dom_to_port[dom]] != NULL) -- 2.30.2